Method: RubyXL::SheetData#[]

Defined in:
lib/rubyXL/objects/sheet_data.rb

#[](ind) ⇒ Object


211
212
213
# File 'lib/rubyXL/objects/sheet_data.rb', line 211

def [](ind)
  rows[ind]
end